home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Process = {
- ACTIONS = {
- terminate:;
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- appWillTerminate:;
- help:;
- setPackSuffix:;
- removeTmpFiles:;
- setTmp:;
- cancelPack:;
- editTable:;
- appDidInit:;
- setPackOrUnpack:;
- appWillInit:;
- setDirectory:;
- suggestion:;
- pack:;
- setUnpackSuffix:;
- openRequest:;
- };
- OUTLETS = {
- packButton2;
- helpObject;
- versionTF;
- packButton;
- helpButton;
- tmpDirTF;
- packCmdText;
- packPanel;
- };
- SUPERCLASS = Object;
- };
-